home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / util / boot / alm32b.lha / ALM / install / setup3.sel < prev    next >
Text File  |  1998-10-03  |  701b  |  16 lines

  1. text "Would you like to wait and"
  2. text "press return when a note"
  3. text "is shown?"
  4. button "No" setenv wait "" load setup4.sel
  5. button "Yes, always!" setenv wait wait load setup4.sel
  6. button "If a note for today is shown" setenv wait "wait 0" load setup4.sel
  7. button "If a note for today or tomorrow is shown" setenv wait "wait 1" load setup4.sel
  8. button "If a note for the next 2 days is shown" setenv wait "wait 2" load setup4.sel
  9. startbox
  10. button "If a note for the next 3 days is shown" setenv wait "wait 3" load setup4.sel
  11. endbox
  12. button "If a note for the next 4 days is shown" setenv wait "wait 4" load setup4.sel
  13. button "If a note for the next 5 days is shown" setenv wait "wait 5" load setup4.sel
  14.  
  15.  
  16.